
comment "SD memory client sample modules"
	depends on SDMC

#choice
#	prompt "SD-IP select"
#	depends on SDMC
#
#endchoice


config SDMC_SDPNP
	depends on SDMC
	tristate "SD-PNP support"
	---help---
	  If you use SD memory card plug and play, enable this option.

config SDMC_SDD
	depends on SDMC
	tristate "SDD support"
	---help---
	  If you use SD memory card plug and play, enable this option.

